MARKETPLACE
PLUGINS
XLSX | CSV TO JSON PRO
XLSX | CSV To JSON PRO logo

XLSX | CSV To JSON PRO

Published March 2024
   •    Updated today

Plugin details

Processing and analyzing CSV and XLSX files. It offers two implementation options: a client-side element and a server-side action. This plugin allows you to convert, filter, and analyze data from multiple files, making it ideal for data processing and basic analytics tasks.
Features:

- Support for multiple CSV and XLSX files
- Data filtering capabilities
- Basic data analysis (sum and average)
- Customizable column selection
- Row limit option
- Default value handling for empty cells

Free

For everyone

5.0 stars   •   1 ratings
295 installs  
This plugin does not collect or track your personal data.

Other actions

Platform

Web & Native mobile

Contributor details

BrainboxAI logo
BrainboxAI
Joined 2022   •   41 Plugins
View contributor profile

Instructions

** Element Version (Client-side) **
1) Add the "XLSX | CSV To JSON PRO" element to your page.

2) Configure the element properties:

- file url: Enter the URL(s) of your CSV or XLSX file(s), separated by commas if multiple.

- max rows: Set a maximum number of rows to process (optional).

- columns to include: List the columns to include, separated by commas (optional).

- default value: Specify a value for empty cells (optional).

- filter condition: Enter condition to filter rows (optional).

- analysis types: Specify 'sum', 'average', or both, separated by commas (optional).


3) Use a button or workflow to trigger the "Refresh data of element" action on the XLSX | CSV To JSON PRO.

4) Access the processed data through the element's exposed states:

- json output: Contains the processed data as a JSON string.

- file size kb: Total size of processed files in KB.

- column names: List of column names in the processed data.

- total rows: Number of rows in the processed data.

- analysis results: Results of requested data analysis.


** Action Version (Server-side) **

1) Add the "XLSX | CSV To JSON PRO" action to your workflow.

2) Configure the action parameters:

- file url: Enter the URL(s) of your CSV or XLSX file(s), separated by commas if multiple.

- max rows: Set a maximum number of rows to process (optional).

- columns to include: List the columns to include, separated by commas (optional).

- default value: Specify a value for empty cells (optional).

- filter condition: Enter condition to filter rows (optional).

- analysis types: Specify 'sum', 'average', or both, separated by commas (optional).


3) Use the action's return values in subsequent steps of your workflow:

- json output: Contains the processed data as a JSON string.

- file size kb: Total size of processed files in KB.

- column names: List of column names in the processed data.

- total rows: Number of rows in the processed data.

- analysis results: Results of requested data analysis.


** Notes **

- Ensure your file URLs are accessible to the plugin.

- Large files may take longer to process, especially in the client-side version.

- The server-side action may be more suitable for processing larger files or when client-side resources are limited.

- Complex filter conditions or analysis of large datasets may impact performance.

Types

This plugin can be found under the following types:
Background Services   •   Element   •   Event   •   Action

Categories

This plugin can be found under the following categories:

Resources

Support contact
Tutorial

Rating and reviews

Average rating (5.0)

Great App! 1 Question:
February 23rd, 2025
Is there a way for me to access the different tabs in the uploaded XLSX file?
Bubble